<!DOCTYPE html>
<!-- saved from url=(0044)https://www.analysys.cn/article/analysissss/ -->
<html lang="en">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <link href="http://cdn.bootcss.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
    <title>Page Not Found</title>
    <style>
        html, body, h2, p {
            margin: 0;
            padding: 0;
        }
        .page-wrap {
            width: 900px; 
            height: auto;
            margin: 60px auto 0;
        }
        .page-wrap .page-icon {
            width: 380px;
            height: 380px;
            float:left;
        }
        .page-wrap .page-control {
            width: 420px;
            height: 380px;
            float:left;
            padding:108px 0 0 100px;

        }
        .page-wrap .page-control h2 {
            font-size: 72px;
            color: #434e59;
            margin: 0;
        }
        .page-wrap .page-control p {
            font-size: 20px;
            color: #434e59;
        }
        .page-wrap .page-control .error-info {
            padding: 40px 0 20px 0;
        }
        .page-wrap .page-control .back-home-btn {
            display: block;
            width: 88px;
            height: 32px;
            line-height: 32px;
            background: #0097e0;
            color: #fff;
            text-align: center;
            border-radius:4px;
            font-size: 16px;
            text-decoration: none;
        }
        /*搜索框1*/
        div.search {padding: 20px 0;}
        form {
          position: relative;
          width: 100%;
        }

        input, button {
            border: none;
            outline: none;
        }

        input {
            width: 100%;
            height: 42px;
            padding-left: 13px;
        }

        button {
            height: 39px;
            width: 42px;
            cursor: pointer;
            position: absolute;
        }
        .bar1{
          width: 100%;
        }
        .bar1 input {
            border: 2px solid #0097e0;
            border-radius: 5px;
            color: #9E9C9C;
        }
        .bar1 button {
            top: 4px;
            right: -17px;
            background: #fff;
            border-radius: 0 5px 5px 0;
        }
        .bar1 button:before {
            content: "";
            width: 30px;
            height: 30px;
            display: block;
            background: url('https://www.analysys.cn/uploadcmsimages/upload/basic/sousuo.png');
            background-size: 100% 100%;
        }
    </style>
</head>
<body>
    <div class="page-wrap">
        <div class="page-icon">
            <img src="https://www.analysys.cn/uploadcmsimages/fxs/404.png" alt="">
        </div>
        <div class="page-control">
            <h2>404</h2>
            <p class="error-info">抱歉，您访问的页面不存在...你可以尝试搜索更多内容或者返回首页</p>
            <div class="search bar1">
              <form action="/es/search" method="GET">
                  <input type="text" name="keyword" placeholder="找分析，搜热门...">
                  <button type="submit"></button>
              </form>
            </div>
            <p><a href="/" class="back-home-btn">返回首页</a></p>
        </div>
    </div>

</body></html>